StringList
 
 
 Bean StringList
 
String List Converter

Typical usage of the bean in user's code.

Typical Usage:

Assume the bean name "StrL1" and at least two strings in the string list.

 MAIN.C

word size;
char* str;     /* Pointer to a stored string */

void main(void)
{
  /* Get number of strings in the list */
  size = StrL1_GetNumLines();
  /* Read the first string from the list */
  str = StrL1_GetLine(0);
  /* Read the second string from the list */
  str = StrL1_GetLine(1);
}

For more about typical usage of the bean code please refer to the page Bean Code Typical Usage.


Processor ExpertTM and Embedded BeansTM are registered trademarks of UNIS, Ltd.
©1997-2005, UNIS, Ltd.